home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / nShell / nShell™ / nShell™.rsrc / TEXT_143_man do general.txt < prev    next >
Encoding:
Text File  |  1994-09-05  |  202 b   |  17 lines

  1.  
  2. NAME
  3.  
  4. do - conditional execution
  5.  
  6. SYNOPSIS
  7.  
  8. while <commands1> do <commands2> done
  9.  
  10. or
  11.  
  12. until <commands1> do <commands2> done
  13.  
  14. DESCRIPTION
  15.  
  16. See the man page for "while" or "until" for more information.
  17.